From 7b50fb91955d875fa5e3dcd10582d92dd18fe4e5 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 29 Nov 2006 00:24:43 +0000 Subject: [PATCH] Do not add multi-line descriptions from kml reader to our internal waypoint descriptions. No other format can handle this. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2554 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/kml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/kml.c b/gpsbabel/kml.c index 90e4b5e50..3e27f33d3 100644 --- a/gpsbabel/kml.c +++ b/gpsbabel/kml.c @@ -181,7 +181,7 @@ void wpt_desc(const char *args, const char **unused) tmp = xstrdup((char *)args); c = lrtrim(tmp); if (*c) { - wpt_tmp->description = xstrappend(wpt_tmp->description, c); +// wpt_tmp->description = xstrappend(wpt_tmp->description, c); } xfree(tmp); } -- 2.30.2